All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Cell | +----com.apple.alpha.app.ActionCell | +----com.apple.alpha.app.TextFieldCell | +----com.apple.alpha.app.SecureTextFieldCell
NSSecureTextFieldCell
.
[[NSSecureTextFieldCell
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- echosBullets
Objective-C instance method.
- setEchosBullets:
Objective-C instance method.
protected SecureTextFieldCell(boolean shouldAllocate, int objcObject)
public SecureTextFieldCell()
[[NSSecureTextFieldCell
alloc] init]
.
public SecureTextFieldCell(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public native void setEchosBullets(boolean flag)
- setEchosBullets:
Objective-C instance method.
public native boolean echosBullets()
- echosBullets
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index